header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 99;
	box-shadow: 0px 0px 10px rgba(0,0,0,.05);
}
.top{
	display: flex;
	justify-content: space-between;
	position:relative;
}
.sousuo{
	position:absolute;
	width:100%;
	top:100%;
	left:0;
	z-index:9;
	background:rgba(0,0,0,.6);
	padding:30px 0px;
	display:none;
}
.sousuo form{
	display:flex;
	justify-content:space-between;
}
.sousuo form select{
	width:15%;
	border:1px rgba(0,0,0,.1) solid;
	padding:0px 15px 0px 10px;
	outline:none;
	border-right:0;
	font-size:1.6rem;
}
.sousuo form input{
	width:70%;
	border:1px rgba(0,0,0,.1) solid;
	background:#fff;
	padding:15px;
	outline:none;
	font-size:1.6rem;
	line-height:20px;
	border-right:0;
}
.sousuo form button{
	width:15%;
	border:0;
	background:#c73535;
	font-size:1.6rem;
	color:#fff;
}
.top::before{
	width: 8.5%;
	content: "";
}
.logo{
	width: 17%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top ul{
	display: flex;
	border-left: 1px rgba(0,0,0,.1) solid;
	width: 33%;
}
.top ul li{
	border-right: 1px rgba(0,0,0,.1) solid;
	width: 25%;
}
.top ul li a{
	display: block;
	color: #34343f;
	font-family:PingFang-Medium;
	text-align: center;
	padding: 20px 0px;
	transition: background-color .3s;
}
.top ul li a p{
	font-size: 1.6rem;
	font-family:PingFang-Bold;
	line-height: 22px;
}
.top ul li a span{
	display: block;
	color: #717177;
	font-size: 1.2rem;
	line-height: 18px;
}
.top ul li.on a,.top ul li a:hover{
	background-color: #c73535;
	color: #fff;
}
.top ul li.on a span,.top ul li a:hover span{
	color: #fff;
}
.top .search{
	width: 8.5%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.top .search b{
	width: 1px;
	height: 19px;
	background-color: rgba(0,0,0,.2);
	margin-right: 20%;
}
.top .search i{
	width: 19px;
	height: 19px;
	background: url(../images/fdj.png) center no-repeat;
}
.banner .swiper-slide img{
	width:100%;
}
.title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.title span{
	display: flex;
	color: #fff;
}
.title.black span{
	color: #666666;
}
.title span p{
	font-size: 2.2rem;
	margin-right: 8px;
}
.title span small{
	font-size: 1.2rem;
	opacity: .8;
	font-family:MaisonNeue-Light;
	transform: scale(.8);
}
.title a{
	display: flex;
	color: #fff;
	transform: rotate(180deg);
}
.title a i{
	font-size: 1.2rem;
	transform: scale(.6);
}
.title.black span small{
	opacity: 1;
}
.title a:hover{
	color: #fff;
}
.title.black a{
	color: #c73535;
}
.about{
	margin: 35px 0px 40px;
	background-color: #fff;
	box-shadow: 0px 0px 35px rgba(0,0,0,.1);
	display: flex;
	justify-content: space-between;
}
.about .company{
	width: 36%;
	padding: 35px 45px;
	background: #666666 url(../images/cpbg.png) right 0 no-repeat;
}
.about .latest{
	width: 42%;
	padding: 35px;
}
.about .news{
	width: 22%;
}
.about .company section{
	font-size: 1.4rem;
	line-height: 28px;
	color: #fff;
	margin: 15% 0px 0px;
}
.about .latest ul{
	margin: 25px 0px 0px;
}
.about .latest ul li a{
	display: flex;
	justify-content: space-between;
	color: #666666;
	border-bottom: 1px rgba(0,0,0,.1) dashed;
	line-height: 35px;
}
.about .latest ul li a p{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	max-width:calc(100% - 70px);
}
.about .latest ul li a p::before{
	content: "●";
	color: #c73535;
	margin-right: 5px;
}
.about .latest ul li a small{
	font-size: 1.3rem;
	font-family: arial;
}
.about .swiper-slide a{
	display: flex;
	justify-content:center;
	align-items:center;
	max-height:242px;
	position: relative;
}
.about .swiper-slide a img{
	height:100%;
	max-width:none;
}
.about .swiper-slide a span{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 6;
	background-color: rgba(0,0,0,.8);
	padding: 7px 35px 10px 15px;
	color: #fff;
}
.about .swiper-slide a span p{
	font-size: 1.6rem;
	line-height: 26px;
}
.about .swiper-slide a span small{
	display: block;
	font-size: 1.3rem;
	line-height: 24px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.about .swiper-button-white{
	width: 35px;
	height: 33px;
	margin-top: 0;
	background-size: auto 35%;
	z-index: 7;
	top: auto;
	border-left: 1px rgba(255,255,255,.1) solid;
}
.about .swiper-button-next{
	bottom: 33px;
	right: 0;
	border-bottom: 1px rgba(255,255,255,.1) solid;
}
.about .swiper-button-prev{
	bottom: 0px;
	left: auto;
	right: 0;
}
.moho ul{
	display: flex;
	justify-content: space-between;
}
.moho ul li{
	width: 50%;
	position: relative;
}
.moho ul li img{
	width:100%;
}
.moho ul li section{
	position: absolute;
	width: 100%;
	z-index: 3;
	left: 0;
	top: 50%;
	text-align: center;
	color: #fff;
	margin-top: -73px;
}
.moho ul li section h3{
	font-size: 4.4rem;
	font-weight: normal;
	font-family:MaisonNeue-Light;
	line-height: 44px;
}
.moho ul li section span{
	display: block;
	font-size: 1.4rem;
	line-height: 20px;
}
.moho ul li section a{
	display: flex;
	justify-content: center;
	width: 288px;
	height: 52px;
	line-height: 50px;
	border: 1px #fff solid;
	margin: 30px auto 0;
	color: #fff;
	font-size: 1.4rem;
}
.moho ul li section a small{
	transform: scale(.55);
}
.moho ul li section a i{
	transform: rotate(-180deg);
	display: block;
}
.moho ul li section a:hover{
	color: #000;
	background-color: #fff;
}
.bangong{
	padding: 35px 0px 25px;
}
.bangong dl{
	display: flex;
	justify-content: space-between;
	background-color: #f3f2ef;
}
.bangong dl dt{
	width: 25%;
	background-image: linear-gradient(to left,#eaeaea,#f5f4f2);	
	font-weight: normal;
	transition:width .3s;
}
.bangong dl dt.cur{
	width: 50%;
}
.bangong dl dt.cur a{
	background-color: #666666;
}
.bangong dl dt a:after{
	content: "";
	position: absolute;
	height: 100%;
	width: 50%;
	right: -7%;
	top: 0;
	background-position:right 5% bottom;
	background-repeat:no-repeat;
}
.bangong dl dt.cur a:after{
	right: 0;
}
.bangong dl dt:nth-child(1) a:after{
	background-image: url(../images/kjbg.png);
}
.bangong dl dt:nth-child(2) a:after{
	background-image: url(../images/kjbg2.png);
}
.bangong dl dt:nth-child(3) a:after{
	background-image: url(../images/kjbg3.png);
}
.bangong dl dt:nth-child(1).cur a:after{
	background-image: url(../images/kjbgn.png);
}
.bangong dl dt:nth-child(2).cur a:after{
	background-image: url(../images/kjbg2n.png);
}
.bangong dl dt:nth-child(3).cur a:after{
	background-image: url(../images/kjbg3n.png);
}
.bangong dl dt a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 20px 50px 40px;
	overflow: hidden;
	position: relative;
	height:247px;
}
.bangong dl dt h2 span{
	display: flex;
}
.bangong dl dt h2 small{
	transform-origin: 0 center;
	display: block;
	font-size: 1.2rem;
	font-family:PingFang-Medium;
	color: #323232;
	line-height: 16px;
	transform: scale(.75);
}.bangong dl dt.cur h2 small{	color: #fff;}
.bangong dl dt h2 p{
	font-size: 1.9rem;
	color: #000;
	margin: 10px 0px 5%;
}
.bangong dl dt section{
	font-size: 1.4rem;
	line-height: 28px;
	max-width: 455px;
	color: rgba(255,255,255,.8);	transform:scale(0);	height:84px;		overflow:hidden;
}.bangong dl dt.cur section{	transform:scale(1);}
.bangong dl dt.cur h2 p{
	color: #fff;
}
footer{
	background-color: #666666;
}
.bottom{
	padding: 50px 0px 15px;
	display: flex;
	justify-content: space-between;
}
.bottom dl dt{
	padding-bottom: 20px;
}
.bottom dl dt a{
	font-weight: normal;
	color: #fff;
	font-size: 1.6rem;
}
.bottom dl dt a i{
	margin-left: 10px;
	font-size: 1.5rem;
}
.bottom dl dd a{
	font-size: 1.2rem;
	color: #fff;
	line-height: 24px;
}
.bottom dl dd a:hover{
	text-decoration: underline;
}
.bottom .contact>a{
	width: 32px;
	height: 32px;
	background-color: #767676;
	border-radius: 50%;
	display: block;
	text-align: center;
	line-height: 32px;
	color: #ffffff;
}
.bottom .contact>small i{
	font-size: 1.8rem;
}
.bottom .contact section{
	margin: 15px 0px 20px;
	color: #fff;
}
.bottom .contact section span{
	display: block;
	font-size: 1.9rem;
	font-family:PingFang-Bold;
	line-height: 20px;
}
.bottom .contact ul{
	display: flex;
}
.bottom .contact ul li{
	margin-right: 20px;
}
.bottom .contact ul li:last-child{
	margin-right: 0;
}
.bottom .contact ul a{
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: #767676;
	text-align: center;
	color: #fff;
	line-height: 34px;
	position:relative;
	font-size: 1.6rem;
}
.bottom .contact ul a small{
	display:none;
	position:absolute;
	width:80px;
	bottom:110%;
	left:-50%;
	z-index:4;
	box-shadow:0px 0px 5px rgba(0,0,0,.3);
}
.bottom .contact ul a:hover small{
	display:block;
}
.copy{
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-size: 1.3rem;
	line-height: 30px;
	padding: 10px 0px 30px;
}
.copy a{
	color: #fff;
}
.copy a:hover{
	color: #fff;
}
/*page*/
.ibanner{
	position: relative;
}
.ibanner img{
	width:100%;
}
.weizhi{
	position: absolute;
	width: 100%;
	top: 80px;
	left: 0;
	z-index: 6;
}
.weizhi section{
	color: #fff;
	line-height: 70px;
	display: flex;
	border-bottom: 1px rgba(255,255,255,.5) solid;
}
.weizhi section a{
	color: #fff;
}
.weizhi section i{
	margin-right: 10px;
	line-height: 68px;
}
.weizhi section b{
	display: block;
	font-weight: normal;
	transform: scale(.5);
	margin: 0px 15px;
}
.weizhi section a:hover{
	text-decoration: underline;
}
.lanmu{
	background-color: #f6f6f6;
	padding: 0px 10.5%;
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.lanmu ul{
	display: flex;
	border-left: 1px rgba(0,0,0,.1) solid;
}
.lanmu ul li{
	width: 16.666666666666%;
}
.pdlanmu ul li{
	width: 20%;
}
.lanmu ul li a{
	display: block;
	line-height: 80px;
	color: #333333;
	text-align: center;
	color: #333333;
	font-size: 1.6rem;
	position: relative;
	border-right: 1px rgba(0,0,0,.1) solid;
}
.lanmu ul li.active a,.lanmu ul li:hover a{
	background-color: #c73535;
	color: #fff;
}
.lanmu ul li a p{
	position: relative;
	z-index: 3;
}
.lanmu ul li a:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 7px #fff solid;
	border-left: 8px transparent solid;
	border-right: 8px transparent solid;
	left: 50%;
	top: 0;
	margin-left: -8px;
	opacity: 0;
}
.lanmu ul li a::before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin-left: -90px;	left:50%;
	border-top: 80px rgba(255,255,255,.1) solid;
	border-left: 90px transparent solid;
	border-right: 90px transparent solid;
	opacity: 0;
}
.lanmu ul li.active a:after,.lanmu ul li.active a::before,.lanmu ul li:hover a:after,.lanmu ul li:hover a::before{
	content: "";
	opacity: 1;
}
.iabout{
	padding: 55px 0px;
}
.iabout>h3{
	text-align: center;
	color: #000;
	font-size: 2.9rem;
	margin: 0px 0px 30px;
}
.iabout section{
	font-size: 1.6rem;
	line-height: 36px;
}
.iabout section img{
	max-width: 100%;
	height: auto;
}
.case{
	padding: 10px 0 80px;
}
.case ol{
	display: flex;
	padding: 20px 0 20px 40px;
	background: url(../images/anpic.png) 0px center no-repeat;
	margin: 0;
	align-items: center;
}
.case ol li a{
	display: block;
	line-height: 40px;
	font-size: 1.8rem;
	color: #000;
	padding: 0px 25px;
}
.case ol li.cur a,.case ol li a:hover{
	color: #d50b1e;
}
.case ol i{
	width: 1px;
	height: 20px;
	background-color: rgba(0,0,0,.55);
	margin: 0px 5px;
}
.case ul{
	margin-top: 15px;
}
.case ul li{
	margin-bottom: 30px;
}
.case ul li a{
	display: block;
	transition: .3s;
}
.case ul li a i{
	display:block;
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	height:300px;
}
.case ul li a:hover{
	box-shadow: 0px 0px 30px rgba(0,0,0,.1);
}
.case ul li a img{
	width: 100%;
}
.case ul li a section{
	padding: 10px 25px 0px;
	border: 1px rgba(0,0,0,.1) solid;
	border-top: 0;
}
.case ul li a h4{
	background: url(../images/lkpic.png) right center no-repeat;
	padding-right: 25px;
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.case ul li a h4 p{
	font-size: 1.6rem;
	color: #000;
	line-height: 26px;
	padding: 15px 0px;
}
.case ul li a span{
	display: block;
	color: #a0a0a7;
	font-size: 1.3rem;
	line-height: 22px;
	padding: 12px 0px 18px;
	min-height:52px;
}
.page_list{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 20px 0px 0px;
}
.page_list a{
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #f2f2f2;
	text-align: center;
	line-height: 45px;
	color: #666;
	font-family:PingFang-Bold;
	font-size: 1.6rem;
	margin: 0px 5px;
}
.page_list a.on,.page-list a:hover{
	background-color: #c73535;
	color: #fff;
}
.page_list a:first-child{
	font-size:0;
	margin-right: 55px;
	border: 2px #c73535 solid;
	background-color: #fff;
	background: url(../images/hjt.png) center no-repeat;
}
.page_list a:last-child{
	font-size:0;
	margin-left: 55px;
	border: 2px #c73535 solid;
	background-color: #fff;
	background: url(../images/hjt.png) center no-repeat;
	transform: rotateZ(180deg);
}
.inews{
	padding: 90px 0px 60px;
}
.inews dl dd{
	margin-bottom:30px;
}
.inews dl dd a{
	display: block;
	transition: .3s;
	background: #f6f6f6;
}
.inews dl dd a i{
	height:260px;
	display:flex;
	justify-content:center;
	overflow:hidden;
	align-items:center;
}
.inews dl dd a img{
	min-width: 100%;
	height:100%;
}
.inews dl dd a section{
	padding: 20px 25px;
}
.inews dl dd a section big{
	display: block;
	color: #37383a;
	font-size: 1.8rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 30px;
}
.inews dl dd a section span{
	display: block;
	color: #d50c19;
	font-family:PingFang-Bold;
	font-size: 1.2rem;
	line-height: 30px;
	margin: 5px 0px 0px;
}
.inews dl dd a:hover{
	background: #c73535;
}
.inews dl dd a:hover section big,.inews dl dd a:hover section span{
	color: #fff;
}
.inews ul{
	margin: 10px 0px 0px;
	padding-bottom: 10px;
}
.inews ul li{
	margin-bottom: 20px;
	background: #fff;
}
.inews ul li a{
	display: block;
	border: 2px rgba(0,0,0,.1) solid;
	padding: 30px 5% 30px 0px;
}
.inews ul li a:after{
	content: "";
	display: block;
	clear: both;
}
.inews ul li a .time{
	float: left;
	text-align: center;
	width: 14%;
}
.inews ul li a section{
	float: right;
	width: 86%;
}
.inews ul li a .time big{
	display: block;
	color: #3f3f3f;
	font-family: arial;
	font-size: 6.6rem;
	line-height: 66px;
}
.inews ul li a .time small{
	display: block;
	color: #3f3f3f;
	font-size: 2.0rem;
	font-family: arial;
	line-height: 20px;
}
.inews ul li a section h3{
	color: #bba880;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 22px;
}
.inews ul li a:hover .time big,.inews ul li:hover a .time small,.inews ul li a:hover section h3{
	color: #d50c19;
}
.inews ul li a section span{
	display: block;
	color: #808080;
	font-size: 1.4rem;
	line-height: 26px;
	margin: 15px 0px 25px;
}
.inews ul li a section i{
	display: block;
	font-style: normal;
	color: #bba880;
	font-size: 1.4rem;
	line-height: 22px;
}
.inews ul li a:hover{
	border: 2px #d50c19 solid;
}
.icontact{
	padding: 55px 0px 35px;
}
.icontact ul{
	display: flex;
	justify-content: space-between;
}
.icontact ul li{
	width: 19%;
	border: 1px rgba(0,0,0,.1) solid;
	padding: 25px;
	text-align: center;
}
.icontact ul li span{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 66px;
}
.icontact ul li h3{
	color: #1f1f1f;
	font-size: 2.1rem;
	line-height: 30px;
	font-family:PingFang-Bold;
	margin: 20px 0px 10px;
}
.icontact ul li section{
	color: #5e5e5e;
	font-size: 1.8rem;
	line-height: 25px;
	font-family:PingFang-Medium;
}
.icontact ul li:last-child{
	padding: 25px 25px 15px;
}
.icontact ul li:last-child h3{
	margin: 0;
}
.map{
	border: 2px rgba(0,0,0,.2) solid;
	margin: 0px 0px 65px;
}
.map #map{
	width:100%; 
	height:570px;
}
.iteam{
	padding:55px 0px;
}
.iteam ul li{
	margin-bottom:30px;
}
.iteam ul li a{
	display:block;
	position:relative;
	overflow:hidden;
	color:#fff;
}
.iteam ul li a section{
	position:absolute;
	width:100%;
	height:100%;
	bottom:-100%;
	left:0;
	z-index:3;
	background:rgba(0,0,0,.6);
	padding:25px 25px 40px;
	display:flex;
	flex-wrap:wrap;
	align-content:flex-end;
	transition:.5s;
}
.iteam ul li a:hover section{
	bottom:0;
}
.iteam ul li a section h4{
	width:100%;
	font-size:1.8rem;
	margin:0px 0px 15px;
}
.iteam ul li a section span{
	display:block;
	width:100%;
	line-height:24px;
	font-size:1.4rem;
}
.ihonor{
	padding: 55px 0px;
}
.ihonor ul li{
	margin-bottom:30px;
}
.ihonor ul li a{
	display:block;
}
.ihonor ul li a i{
	height:300px;
	display:flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	background:#fff;
}
.ihonor ul li a i img{
	max-height:100%;
}
.ihonor ul li a{
	background:rgba(0,0,0,.05);
	padding:10px 10px 0px 10px;
}
.ihonor ul li a span{
	display:block;
	text-align:center;
	font-size:1.5rem;
	line-height:30px;
	color:#333;
	padding:10px 0px;
}
/* .ihonor #grid { */
    /* position: relative; */
/* } */
/* .ihonor .item { */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* width: 24.5%; */
    /* height: auto; */
    /* overflow: hidden; */
    /* padding: 10px; */
/* } */
/* .ihonor .item a{ */
	/* display:block; */
	/* text-align:center; */
	/* padding:5px 5px 0px 5px; */
	/* background:rgba(0,0,0,.05); */
/* } */
/* .ihonor .item a img{ */
	/* width:100%; */
	/* height:auto; */
/* } */
/* .ihonor .item a span{ */
	/* display:block; */
	/* color:#000; */
	/* line-height:30px; */
	/* padding:10px 0px; */
/* } */
/* .ihonor .more{ */
	/* margin:20px 0px 0px; */
	/* font-size:1.6rem; */
	/* color:#666; */
/* } */
.iteamd{
	padding: 55px 0px;
}
.iteamd>h2{
	font-size:2.4rem;
	color:#000;
	margin:0px 0px 30px;
}
.iteamd .itimg{
	border:1px rgba(0,0,0,.08) solid;
	padding:5px;
}
.iteamd .ittext h3{
	line-height:30px;
	font-size:2.0rem;
	margin:0px 0px 15px;
}
.iteamd .ittext section{
	padding:5px 0px;
	color:#333;
	line-height:24px;
}
.jdanli{
	margin:35px 0px 0px;
}
.jdanli h2{
	display:flex;
	border-bottom:1px rgba(0,0,0,.1) solid;
	margin:0px 0px 30px;
}
.jdanli h2 p{
	font-size:2.4rem;
	border-bottom:3px #c73535 solid;
	line-height:30px;
	padding-bottom:10px;
}
.jdanli ul li{
	margin-bottom:30px;
}
.jdanli ul li a{
	display: block;
	transition: .3s;
}
.jdanli ul li a:hover{
	box-shadow: 0px 0px 30px rgba(0,0,0,.1);
}
.jdanli ul li a img{
	width: 100%;
}
.jdanli ul li a section{
	padding: 10px 15px 0px;
	border: 1px rgba(0,0,0,.1) solid;
	border-top: 0;
}
.jdanli ul li a h4{
	background: url(../images/lkpic.png) right center no-repeat;
	padding-right: 25px;
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.jdanli ul li a h4 p{
	font-size: 1.6rem;
	color: #000;
	line-height: 26px;
	padding: 15px 0px;
}
.jdanli ul li a span{
	display: block;
	color: #a0a0a7;
	font-size: 1.3rem;
	line-height: 22px;
	padding: 10px 0px 15px;
}
.icase{
	padding-bottom:80px;
}
.cased{
	padding-bottom:50px;
}
.cased>h2{
	font-size:2.2rem;
	text-align:center;
	line-height:30px;
}
.cased>h3{
	display:flex;
	justify-content:center;
	font-size:1.3rem;
	font-weight:300;
	padding:20px 0px 40px;
}
.cased>h3 span{
	display:flex;
	align-items:center;
	padding:0px 15px;
	cursor:pointer;
}
.cased>h3 span small{
	display:block;
	width:24px;
	height:24px;
	background:rgba(0,0,0,.5);
	color:#fff;
	text-align:center;
	line-height:24px;
	border-radius:50%;
}
.cased>h3 span small i{
	font-size:1.4rem;
}
.cased>h3 span:nth-child(1) small i{
	font-size:1.8rem;
}
.cased>h3 span p{
	margin-left:5px;
}
.cased>table{
	border-left:1px #ebeaea solid;
	border-top:1px #ebeaea solid;
	width:100%;
}
.cased>table tr td{
	border-right:1px #ebeaea solid;
	border-bottom:1px #ebeaea solid;
	line-height:16px;
	padding:10px;
	font-size:1.3rem;
	color:#666;
}
.cased>table tr td:nth-child(odd){
	background:#f8f8f8;
	width:15%;
}
.cased>table tr td:nth-child(even){
	width:35%;
}
.cased>section{
	margin:40px 0px 0px;
	font-size:1.6rem;
	line-height:36px;
	font-weight:300;
	text-align:left;
}
.cased>section h4{
	font-size:1.8rem;
	font-weight:bold;
	text-align:center;
	margin:0px 0px 30px;
}
.cased>section img{
	max-width:100%;
	width:60%;
	height:auto;
}
.fanye{
	display:flex;
	justify-content:space-between;
	padding:50px 0px 0px;
}
.fanye a{
	display:block;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	color:#333;
	max-width:50%;
	font-size:1.4rem;
}
.fanye a:hover{
	text-decoration:underline;
	color:#f00;
}
.inewsd{
	padding:60px 0px;
}
.inewsd>h2{
	text-align:center;
	font-size:2.4rem;
	line-height:36px;
}
.inewsd>h3{
	display:flex;
	justify-content:center;
	padding:15px 0px 30px;
}
.inewsd>h3 span{
	display:block;
	padding:0px 10px;
	font-size:1.3rem;
	font-weight:300;
}
.inewsd>section{
	font-size:1.6rem;
	line-height:30px;
	font-weight:300;
}
.online{
	padding: 60px 0px 70px;
}
.online h1{
	color: #131312;
	line-height: 40px;
	font-size: 3.5rem;
	font-weight:300;
}
.spxinxi{
	padding: 40px 0px 0px;
}
.spxinxi form span{
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 20px;
}
.spxinxi form span:nth-of-type(2){
	margin-right: 0;
}
.spxinxi form p{
	font-size: 1.8rem;
	color: #000;
	line-height: 27px;
	font-weight:300;
	margin: 0px 0px 10px;
}
.spxinxi form p font{
	color: #f00;
}
.spxinxi form span input{
	width: 100%;
	background: #fff;
	border:0;
	font-size:1.6rem;
	line-height: 24px;
	padding: 20px 15px;
	border-radius: 2px;
	box-shadow: 0px 0px 1px rgba(0,0,0,.5);
}
.spxinxi form section textarea{
	width: 100%;
	background: #fff;
	border: 0;
	line-height: 24px;
	padding: 20px 15px;
	font-size:1.6rem;
	border-radius: 2px;
	box-shadow: 0px 0px 1px rgba(0,0,0,.5);
	resize: none;
}
.spxinxi form button{
	border: 0;
	float: right;
}
.jixu{
	display: block;
	width: 277px;
	background: #c73535;
	border-radius: 40px;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	line-height: 70px;
	margin: 30px 0px 0px;
}
.jixu:hover{
	color: #fff;
}
.iservice{
	padding-top:40px;
}
.iserviced>section{
	margin-top:0;
}
.picshade {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.91;
	filter: alpha(opacity=91);
	z-index: 99999;
	display: none;
}

.pictures_eyes_close {
	position: fixed;
	top: 30px;
	right: 30px;
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../images/close.png) no-repeat;
	z-index: 100000;
	display: none;
}

.pictures_eyes {
	position: fixed;
	width: 100%;
	left: 0;
	height:100%;
	top: 0;
	z-index: 199999;
	display: none;
}

.pictures_eyes_in {
	display:flex;
	justify-content:center;
	align-items:center;
	height:100%;
	position: relative;
	text-align: center;
}

.pictures_eyes_in img { max-height: 75%; }
@media (max-width:768px) {	.pictures_eyes_in img { max-width: 98%; }}
.pictures_eyes_in .prev, .pictures_eyes_in .next {
	position: absolute;
	top: 50%;
	width: 51px;
	height: 51px;
	cursor: pointer;
}

.pictures_eyes_in .prev {
	left: 35px;
	background: url(../images/Tleft.png) no-repeat;
}

.pictures_eyes_in .next {
	right: 35px;
	background: url(../images/Tright.png) no-repeat;
}
.pictures_eyes_in section p{
	font-size:1.6rem;
	line-height:30px;
	color:#fff;
	padding:0px 0px 20px;
}
.pictures_eyes_indicators {
	position: fixed;
	left: 0;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 299999;
}

.pictures_eyes_indicators a {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 6px 3px 0 3px;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 0 2px #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	overflow: hidden;
}

.pictures_eyes_indicators img { height: 50px; }

.pictures_eyes_indicators .current {
	filter: alpha(opacity=100);
	opacity: 1;
}